home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 85 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: warp.ipacific.net.au!news
  2. From: mann@ipacific.net.au (Angus Mann)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Reconnect PPP after a crash ?
  5. Date: 4 Jan 1996 07:57:50 GMT
  6. Organization: Intercom Pacific Pty Ltd, Australia, +612 281-1111
  7. Message-ID: <1247.6577T1134T101@ipacific.net.au>
  8. References: <547.6576T1040T1010@postoffice.ptd.net>
  9. Reply-To: mann@ipacific.net.au
  10. NNTP-Posting-Host: dialup-s81.ipacific.net.au
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13.  
  14.  AM>> Yep - use an external dialer program (I use IPDial V1.9). Then have a
  15.  AM>> "GoNet" script which dials using using IPDial then runs "StartNet". Then
  16.  AM>> you simply run StartNet after each crash/reboot and your connection is
  17.  AM>> fine again...
  18.  
  19. >Could you be more specific? Where does one get IPDial? Would you be kind
  20. >enough to share the script with us (GoNet)? Where do these fit in your 
  21. >set-up? Is it ppp?
  22.  
  23. IPDial is on Aminet in /comm/ somewhere (/comm/net/ I'd say). And yeah my setup
  24. is PPP. This is what I use to connect:
  25.  
  26. Net:S/Gonet
  27. --
  28. Avail FLUSH >NIL:
  29. Net:Bin/IPDial Net:S/Login.IPDial
  30. Net:Bin/StartNet
  31.  
  32. ;; I run this to connect to my ISP for the first time. It dials, logs me in,
  33. ;;then starts all the AmiTCP/PPP stuff...
  34.  
  35.  
  36. Net:Bin/StartNet
  37. ---
  38. ;I leave this as Config_AmiTCP created it. If I've reset/crashed, all I do is
  39. run Net:Bin/StartNet and PPP reconfigures itself, and AmiTCP is started
  40. again...
  41.  
  42. ---
  43. Angus Mann - Sydney, Australia
  44.   eMail:mann@ipacific.net.au
  45.     Finger for Public Key
  46. ---
  47. All comments above are merely opinions or theories and should not be taken as
  48. fact. No responsibility will be taken by author for any incorrect infomation
  49. or statements contained within.
  50. ---
  51.  
  52.  
  53.  
  54.